home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / HOTKEY.PAK / HOTKEY.H next >
Text File  |  1997-05-06  |  459b  |  15 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #if !defined(HOTKEYX_H)
  6.  
  7. #define IDD_HOTKEYDLG         0x0500
  8. #define IDC_HOTKEY            0x0100
  9.  
  10. #define ID_APPMENU            0x1000
  11. #define IDM_HOTKEY            0x1001
  12.  
  13. #endif // HOTKEYX_H
  14.  
  15.